TableType Enumeration
Represents the reference made by a database table.
Namespace: Independentsoft.Office.Odf.FieldsAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
Public Enumeration TableType
| Table | 0 |
The value of the text:table-name attribute is the name of a database table.
|
| Query | 1 |
The value of the text:table-name attribute is the name of a database query.
|
| Command | 2 |
The value of the text:table-name attribute is an SQL statement.
|
| None | 3 |
None.
|